projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d83b6
)
(ps-control-character): Call
author
Kenichi Handa
<handa@m17n.org>
Mon, 10 May 1999 01:51:59 +0000
(
01:51
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 10 May 1999 01:51:59 +0000
(
01:51
+0000)
ps-mule-prepare-ascii-font to setup ASCII fonts.
lisp/ps-print.el
patch
|
blob
|
history
diff --git
a/lisp/ps-print.el
b/lisp/ps-print.el
index 9a1d55f25772718634c197d2f0cf7ee75be062fa..2c74a0d3c22043b2cd4086f3020eec91755c790c 100644
(file)
--- a/
lisp/ps-print.el
+++ b/
lisp/ps-print.el
@@
-3836,6
+3836,7
@@
EndDSCPage\n"))
(if (< (car wrappoint) to)
(ps-continue-line))
(setq ps-width-remaining (- ps-width-remaining (* len char-width)))
+ (ps-mule-prepare-ascii-font)
(ps-output-string str)
(ps-output " S\n")))